home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 2-2.iso / utility / winmenu98 / _SETUP.1 / Config.exe / 0 / RCDATA / TCHANGEBAR / TCHANGEBAR.txt
Text File  |  1998-12-21  |  2KB  |  119 lines

  1. object ChangeBar: TChangeBar
  2.   Left = 461
  3.   Top = 164
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Pluggins Manager'
  7.   ClientHeight = 274
  8.   ClientWidth = 344
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ComboBox1: TComboBox
  18.     Left = 24
  19.     Top = 56
  20.     Width = 201
  21.     Height = 19
  22.     Hint = 'Select a pluggin'
  23.     Style = csOwnerDrawFixed
  24.     ItemHeight = 13
  25.     ParentShowHint = False
  26.     ShowHint = True
  27.     Sorted = True
  28.     TabOrder = 0
  29.     OnChange = ComboBox1Change
  30.   end
  31.   object OK: TButton
  32.     Left = 240
  33.     Top = 56
  34.     Width = 75
  35.     Height = 25
  36.     Hint = 'Use the selected pluggin'
  37.     Caption = 'Use'
  38.     Default = True
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.     OnClick = OKClick
  43.   end
  44.   object InfoBox: TGroupBox
  45.     Left = 24
  46.     Top = 88
  47.     Width = 297
  48.     Height = 177
  49.     Hint = 'Information from the selectet pluggin'
  50.     Caption = 'InfoBox'
  51.     ParentShowHint = False
  52.     ShowHint = True
  53.     TabOrder = 2
  54.     object Exe: TLabel
  55.       Left = 24
  56.       Top = 24
  57.       Width = 265
  58.       Height = 13
  59.       AutoSize = False
  60.       Caption = 'Exe'
  61.     end
  62.     object Version: TLabel
  63.       Left = 24
  64.       Top = 40
  65.       Width = 265
  66.       Height = 13
  67.       AutoSize = False
  68.       Caption = 'Version'
  69.     end
  70.     object Coment: TLabel
  71.       Left = 24
  72.       Top = 80
  73.       Width = 265
  74.       Height = 89
  75.       AutoSize = False
  76.       Caption = 'Coment'
  77.     end
  78.     object MadeBy: TLabel
  79.       Left = 24
  80.       Top = 56
  81.       Width = 265
  82.       Height = 13
  83.       AutoSize = False
  84.       Caption = 'MadeBy'
  85.     end
  86.   end
  87.   object Add_Plugin: TButton
  88.     Left = 24
  89.     Top = 24
  90.     Width = 75
  91.     Height = 25
  92.     Hint = 'Add a pluggin from the pluggin directory'
  93.     Caption = 'Add'
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     TabOrder = 3
  97.     OnClick = Add_PluginClick
  98.   end
  99.   object Remove_Plugin: TButton
  100.     Left = 160
  101.     Top = 24
  102.     Width = 75
  103.     Height = 25
  104.     Hint = 'Remove a pluggin from the pluggin directory'
  105.     Caption = 'Remove'
  106.     ParentShowHint = False
  107.     ShowHint = True
  108.     TabOrder = 4
  109.     OnClick = Remove_PluginClick
  110.   end
  111.   object OpenDialog1: TOpenDialog
  112.     DefaultExt = 'cfg'
  113.     Filter = 'Plugin files|*.cfg'
  114.     Title = 'Open plugin file'
  115.     Left = 264
  116.     Top = 16
  117.   end
  118. end
  119.